Blazor コントロール
CopyTo(Array,Int32) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1DataCollectionList<T> クラス > CopyTo メソッド : CopyTo(Array,Int32) メソッド
The one-dimensional System.Array that is the destination of the elements copied from System.Collections.ICollection. The System.Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.
シンタックス
'宣言
 
Public Overloads Sub CopyTo( _
   ByVal array As System.Array, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   System.Array array,
   System.int index
)

パラメータ

array
The one-dimensional System.Array that is the destination of the elements copied from System.Collections.ICollection. The System.Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.
参照

C1DataCollectionList<T> クラス
C1DataCollectionList<T> メンバ
オーバーロード一覧